This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
This may be related. We were using an ActiveX control: var myshell = new ActiveXObject( "WScript.shell" ) to send keys: myshell.sendKeys( "text" ) to populate fileuploadcontrol fields for upload automatically. This made it easier for our users so they didn't have to choose each file needed for upload. Our script would execute and upload the information automatically. We were a trusted site too, so no security concern there. Well Microsoft arbitrarily decided this was a security risk and disabled it. Go figure.
Maybe you'll find something in there related to your work. Good Luck.